home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKitArchive.mbox / mbox / 000208_misckit-reques…aska.et.byu.edu_Wed Jun 1 11:28:57 1994.msg < prev    next >
Internet Message Format  |  1994-10-30  |  3KB

  1. Return-Path: <misckit-request@alaska.et.byu.edu>
  2. Received: from alaska.et.byu.edu by darth.byu.edu (NX5.67d/NX3.0M)
  3.     id AA01843; Wed, 1 Jun 94 11:28:51 -0600
  4. Received: from YVAX2.BYU.EDU by alaska.et.byu.edu; Wed, 1 Jun 1994 02:40:58 -0600
  5. Received: from DIRECTORY-DAEMON by yvax.byu.edu (PMDF V4.3-8 #4169)
  6.  id <01HD0FZ0BQ9S01A9W6@yvax.byu.edu>; 01 Jun 94 02:40:08 -0600 (MDT)
  7. Received: from alaska.et.byu.edu by yvax.byu.edu (PMDF V4.3-8 #4169)
  8.  id <01HD0FYUP5MO01AIQY@yvax.byu.edu>; Wed, 01 Jun 1994 02:39:59 -0600 (MDT)
  9. Received: from yvax1.byu.edu by alaska.et.byu.edu; Wed,
  10.  1 Jun 1994 02:39:16 -0600
  11. Received: from DIRECTORY-DAEMON by yvax.byu.edu (PMDF V4.3-8 #4169)
  12.  id <01HD0FWMAK8W9GV79B@yvax.byu.edu>; Wed, 1 Jun 1994 02:38:11 MDT
  13. Received: from faui45.informatik.uni-erlangen.de by yvax.byu.edu
  14.  (PMDF V4.3-8 #4169) id <01HD0FWGYOLC8Y4Y2G@yvax.byu.edu>; Wed,
  15.  01 Jun 1994 02:38:06 -0600 (MDT)
  16. Received: from faui01.informatik.uni-erlangen.de by uni-erlangen.de with SMTP;
  17.  id AA02845 (5.65c-6/7.3v-FAU); Wed, 1 Jun 1994 10:37:58 +0200
  18. Received: from faui06g.informatik.uni-erlangen.de by
  19.  cip.informatik.uni-erlangen.de with SMTP; id AA28633 (5.65c-6/7.3m-FAU); Wed,
  20.  1 Jun 1994 10:37:06 +0200
  21. Date: Wed, 01 Jun 1994 10:37:55 +0200 (MESZ)
  22. From: "Thomas Engel (CIP93)" <tsengel@cip.informatik.uni-erlangen.de>
  23. Subject: RE: Requesting File/Directorz sturcture
  24. To: misckit@byu.edu
  25. Message-Id: <199406010837.AA28633@faui01.informatik.uni-erlangen.de>
  26. Mime-Version: 1.0
  27. X-Mailer: ELM [version 2.4 PL23]
  28. Content-Type: text/plain; charset=US-ASCII
  29. Content-Transfer-Encoding: 7bit
  30. Content-Length: 1096
  31.  
  32. Hi!
  33.  
  34. Well Frederic posted a good idea. The File should be some graph node.
  35. I do HIGHLY recommend everybody to take a look at the IconKit by Scott roy. It is really well designed and perfectly fits the GraphNode stuff you have mentioned (plus ading the drag&drop stuff)
  36.  
  37. He said that he did sent a protocol def to the OPN and I guess he has nothing against dopting his interface and protocols!
  38. This would really ease development a lot.
  39.  
  40. WE (the MiscKit) should focus on writing a good subclass of a GrapgNode (that somehow is similar to thie IKFolder or at least uses the same protocols) and can represent the File behavior. (from size to MAB infos)
  41.  
  42. File and directory could be one class (isLeaf)
  43.  
  44. We could add a default open:sender method to giv every subclass of file (TIFFFile) the chance to open itself (maybe by asking the Workspace to do that by default inside the file class)
  45.  
  46. I really enjoy this class, and I would be very glad if we could reach some kind of 'inter-kit' compatibility in this area....IconKit is very nice and I donIt wnat to have to write my own file class.
  47.  
  48. Aloha
  49.     Tomi